

.content-title-text {
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 40px;

    font-weight: bold;
    background-color: #fff;
}

.content-title-text a{
        color: #2B156F;
}

.one-box {
    background-color: #fff;
    padding: 0 20px 20px;
    position: relative;
    margin-bottom: 30px;
}

.banner-box {
    display: inline-block;
    vertical-align: top;
}

#banner {
    display: inline-block;
    position: relative;
    width: 580px;
    height: 370px;
    overflow: hidden;
}

#banner_list img {
    border: 0px;
    width: 680px;
}

#banner_bg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 50px;
    filter: Alpha(Opacity=30);
    opacity: 0.6;
    z-index: 1000;
    cursor: pointer;
    width: 100%;
}

#banner_info {
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    z-index: 1001;
    cursor: pointer;
    font-size: 16px;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#banner_text {
    position: absolute;
    width: 120px;
    z-index: 1002;
    right: 3px;
    bottom: 3px;
}

#banner ul {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 1002;
    margin: 0;
    padding: 0;
    right: 15px;
    height: 10px;
    bottom: 25px;
}

#banner ul li {
    width: 25px;
    height: 25px;
    margin-left: 5px;
    float: left;
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
}

#banner ul li.on {
    background: #E8510F;
}

#banner_list a {
    position: absolute;
}

.defalut-box {
    width: 100%;
    background-color: #fff;
}

.default-title-box {
    height: 40px;
    border-bottom: 1px solid #C2CFE3;
    margin-bottom: 10px;
}

.defalut-title {
    width: 100%;
    padding: 10px 0;
    display: block;
    height: 50px;
    border-bottom: 1px solid #CDDAE5;
}

.defalut-title-text {
    float: left;
    line-height: 30px;
    font-size: 24px;
    position: relative;
    cursor: pointer;
}

.defalut-title-text.active {
    font-size: 24px;
    color: #0055A5;
    font-weight: bold;
}

.defalut-title-text.active .defalut-title-text-line {
    width: 100%;
    height: 3px;
    background-color: #00529F;
    position: absolute;
    bottom: -10px;
}

.defalut-title-line {
    float: left;
    width: 1px;
    height: 30px;
    margin: 0 21px;
    background-color: #eee;
}

.defalut-right {
    float: right;
    line-height: 30px;
    /* color: #999; */
    font-size: 16px;
    cursor: pointer;
}

.default-item {
    display: block;
    width: 100%;
    cursor: pointer;
}

.default-text {
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    display: inline-block;
    width: calc(100% - 60px);
}

.default-text::before {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    width: 3px;
    height: 3px;
    transform: translateY(50%);
    background-color: #A1B9D2;
    border-radius: 50%;
}

.default-time {
    width: 50px;
    float: right;
    line-height: 40px;
    color: #999;
    font-size: 16px;
    vertical-align: top;
}






.images-box {
    font-size: 0;
    margin-bottom: 10px;
}

.images-item {
    width: 19%;
    margin-right: 1.25%;
    display: inline-block;
    margin-bottom: 15px;
    cursor: pointer;
}

.images-item:nth-child(5n) {
    margin-right: 0;
}

.images-item img {
    width: 100%;
}

.center-box {
    margin-left: 20px;
    width: 550px;
    display: inline-block;
    vertical-align: top;
}

.img-bt-box {
    font-size: 0;
    margin-top: 10px;
}

.img-bt-box img {
    width: 49%;
    margin-right: 2%;
    vertical-align: top;
}

.img-bt-box img:last-child {
    margin-right: 0;
}

.tu-list-box {
    width: 100%;
    left: 5px;
    font-size: 0;
    margin-top: 20px;
}

.tu-item {
    width: 23.5%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.tu-item:last-child {
    margin-right: 0px;
}

.tu-item img {
    width: 100%;
}

.tu-title {
    font-size: 16px;
    font-weight: bold;
}

.two-box {
    font-size: 0;
    margin-bottom: 20px;
}

.two-box-item {
    width: 46.5%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    background: #fff;
}

.two-box-item:last-child {
    width: 46.5%;
    margin-right: 0;
}

.two-box-item-center {
    width: 49%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}

.two-box-item-center:last-child {
    margin-right: 0;
}

.bgzs-title {
    font-size: 24px;
    font-weight: bold;
    color: #19427A;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.bgzs-title::before {
    position: absolute;
    content: '';
    left: 0;
    width: 5px;
    height: 80%;
    top: 12%;
    background-color: #CC2A1D;
}

.default-item2 {
    display: inline-block;
    width: 50%;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}

.default-item2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background-color: #A1B9D2;
    border-radius: 50%;
}

.default-item3 {
    display: inline-block;
    width: 25%;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}

.default-item3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background-color: #A1B9D2;
    border-radius: 50%;
}

.bt-box {
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
}

.bt-content {
    width: 1200px;
    margin: 0 auto;
}



.index-tit {
    display: block;
    font-size: 0;
    background-color: #C2CFE3;
    width: 100%;
    height: 50px;
    padding: 5px 5px 0;
}

.index-tit td {
    width: 50%;
    line-height: 50px;
    height: 55px;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.index-tit td.on {
    background-color: #fff;
    
}
.index-tit td.on a{
    color: #0055A5;
}

.index-content ul li {
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
        box-sizing: border-box;
}

.index-content ul li::before {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    width: 3px;
    height: 3px;
    transform: translateY(50%);
    background-color: #A1B9D2;
    border-radius: 50%;
}
.index-content ul li span {
    width: auto;
    float: right;
    line-height: 40px;
    color: #999;
    font-size: 16px;
    vertical-align: top;
}


.index-tit table {width: 100%;}
.index-tit td.more {text-align: right;font-size: 14px;color: #9a9a9a;font-weight: normal;padding-right: 0;}
.dn {display: none;}

.index-content {width: 100%;overflow: hidden;padding-top: 12px;}
.index-content ul {width: 100%;}
.index-tit td.more a {color: #9a9a9a;}